home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / hacking / virriiorg / unixnote.txt < prev    next >
Encoding:
Text File  |  1996-04-23  |  455 b   |  8 lines

  1. UNIX SHIT
  2. -----------------------------------------------------------------------------
  3. tar xvf file.tar                              = untar a file
  4. tar cvf file.tar *.* or directory             = make a tar
  5. gunzip file.gz or file.gzip                   =unzip a gzip file
  6. gzip *.* or directory                         =make a gzip file
  7. gcc file.c -o file                            =compile a file
  8. cdmod 700 file                       =makes a file executable